Welcome![Sign In][Sign Up]
Location:
Search - command shell

Search list

[Embeded LinuxlinuxShellCode

Description: Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal command source code
Platform: | Size: 220160 | Author: 李工 | Hits:

[SCMc51--SHELL-command-to-debug-a-simple-system-develo

Description: 运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
Platform: | Size: 78848 | Author: 陈小东 | Hits:

[Linux-UnixlinuxAndunix_shell_Program

Description: linux与unix_shell编程指南,讲述了用find和xargs,文件安全与权限,命令执行顺序,grep家族,awk,sed,tr,shell变量和环境,shell脚本介绍,函数,shell嵌入命令,输入输出,常用shell命令-linux and unix_shell programming guide describes the use of find and xargs, file security and permissions, the command execution order, grep family, awk, sed, tr, shell variables and the environment, shell script introduction, functions, shell embedded command, input and output, common shell command
Platform: | Size: 13547520 | Author: lizy | Hits:

[Otherlinux-shell-ebook

Description: 这本书主要是给编写shell文件的人使用,命令很基本,但是都是非常必要的。-The book is to prepare people to use shell file, the command is very basic, but very necessary.
Platform: | Size: 771072 | Author: taiwei | Hits:

[WEB CodeShell-Cmd

Description: c#调用cmd命令行 通过cmd 扩充 绝对超值 完全免费-c# call cmd command line, the absolute value through the expansion of free cmd
Platform: | Size: 28672 | Author: hucanye | Hits:

[Linux-Unixshell

Description: linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
Platform: | Size: 9216 | Author: 方青 | Hits:

[Linux-UnixLinuxShell

Description: Linux Shell 模拟器,开辟一块硬盘区域,在里面进行文件管理操作,能够处理Linux命令行【操作系统课程大作业】-Linux Shell simulator, open up a hard drive area, in which the file management operations, to handle the operating system Linux command line program great job 【】
Platform: | Size: 26624 | Author: 高高 | Hits:

[OtherShell

Description: shell实现shell命令行解释器,目录内容,实现内部命令及外部命令-shell shell command line interpreter implementation, directory content, to achieve internal order and external command
Platform: | Size: 4096 | Author: 栾小鑫 | Hits:

[Software EngineeringFB_Compiler-Command

Description: FreeBasic_编译器命令 使用 fbc 命令行. fbc 是一个命令行编译器, 可以在DOS 控制台、Windows 命令提示符, 或 Linux shell 下运行. 不带任何参数地从控制台运行 fbc 将显示可用编译器选项,可以调整编译器的行为. -FreeBasic_Compiler Command Use fbc command line. fbc is a command line compiler, you can console in DOS, Windows command prompt, or run Linux shell. without any parameters to run from the console will display the available fbc compiler option, you can adjust the behavior of the compiler.
Platform: | Size: 2048 | Author: 南天门 | Hits:

[Communication-MobileJJOS-Shell-288981

Description: Like a command prompt for your mobile
Platform: | Size: 59392 | Author: achund x meswew | Hits:

[Shell apilab

Description: Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
Platform: | Size: 253952 | Author: zhangcf | Hits:

[Shell apilinux-shell

Description: shell 命令重新编辑 使用C++编程-shell command to re-edit using the C++ programming
Platform: | Size: 2048 | Author: maochenxi | Hits:

[Shell apishell

Description: 简单的 Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl+C 键的时候打印出用户最近输入的10 个命令。包含实验报告-Simple Shell command parser function, creating a child process and execute user commands, to create history characteristics, when the user presses Ctrl+ C key when the user prints out the 10 most recently entered command. The report contains the experimental
Platform: | Size: 667648 | Author: lijia | Hits:

[Shell apiDelphi-shell

Description: 使用Delphi编写的一个计算机shell软件,可以用于实现外壳命令功能-Use a computer shell written in Delphi software, functions can be used to implement a shell command
Platform: | Size: 12288 | Author: zhong | Hits:

[Windows Developdos-shell

Description: 远程执行cmd命令程序。。权限为系统管理源-Remote execution of cmd command procedures. . Source of authority for the system management
Platform: | Size: 6618112 | Author: wangkerun | Hits:

[uCOStinySH-uCOS-II

Description: 本人决定将自己的镇山之宝拿出来与大家分享一下。该模块是从本人开发的现成产品代码里独立出来的。现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。-Ready-made project, without modification, with MDK411 open. With the hardware as long as there is a development board USART1 of STM32F10x, 25M external crystal, you can immediately experience the tinySH provided convenient. tinySH chip is used on the command line interactive interface to facilitate system debugging and maintenance. The interface similar to the linux shell, with ls, cd, tree, exit, ps, reset, halt, etc. life. The difference is that the interface does not require file system support, small capacity. Programmers can extend the directory in the root directory with the command.
Platform: | Size: 327680 | Author: | Hits:

[Internet-Network14406555-Shell-Programming

Description: ShellProgramming Basically, a shell script is a text file with Unix commands in it. u Shell scripts usually begin with a #! and a shell name – For example: #!/bin/sh – If they do not, the user s current shell will be used u Any Unix command can go in a shell script – Commands are executed in order or in the flow determined by control statements. u Different shells have different control structures – The #! line is very important – We will write shell scripts with the Bourne shell (sh)
Platform: | Size: 80896 | Author: testuser13 | Hits:

[Linux-Unixshell

Description: 这是一个简单的shell命令解释器,只实现了非常简单的功能-this is a simple shell command translation program,
Platform: | Size: 2048 | Author: lijinsuo | Hits:

[Driver Develop12

Description: 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函数。 - Implement a simple shell, implementation steps: (1) appears on the virtual shell interface command prompt ($ or#) (2) to obtain user instructions: Get the user at the command prompt type the command and its parameters, and Note that the maximum length of command input (3) resolve command: the command to parse user input, parse out the command name and parameters (4) to find the command file: Each command must rely on the implementation of the corresponding executable files storage paths stored in the user s PATH environment variable (5) execute the command: by fork () system call to create a process to execute the command to complete the task, the specific command with execv () function.
Platform: | Size: 1024 | Author: 包伟伟 | Hits:

[Linux-UnixChapter-2-_Linux-basic-command

Description: Linux 基础命令 Linux是个高可靠、高性能的系统,而所有这些优越性只有在直接使用Linux命令行(Shell环境)才能充分地体理出来。-Linux is a Linux-based command high reliability, high performance systems, and all of these advantages only in the direct use of the Linux command line (Shell environment) in order to fully reason out of the body.
Platform: | Size: 795648 | Author: | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 22 »

CodeBus www.codebus.net